motion controller: Install the properties
authorMatthias Clasen <mclasen@redhat.com>
Mon, 18 Mar 2019 12:44:02 +0000 (08:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 18 Mar 2019 12:44:35 +0000 (08:44 -0400)
Oops

gtk/gtkeventcontrollermotion.c

index 328ce4f557a1151375b10e2d463767748b42ca6f..38fd81c37f56dc80a46f327254ae8f72b9079745 100644 (file)
@@ -239,6 +239,8 @@ gtk_event_controller_motion_class_init (GtkEventControllerMotionClass *klass)
                             FALSE,
                             G_PARAM_READABLE);
 
+  g_object_class_install_properties (object_class, NUM_PROPERTIES, props);
+
   /**
    * GtkEventControllerMotion::enter:
    * @controller: The object that received the signal